home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Better AD security
/
Source
/
ShowIcon.h
< prev
next >
Wrap
Text File
|
1996-06-21
|
516b
|
22 lines
/* NAME:
ShowIcon.h
WRITTEN BY:
Dair Grant
DESCRIPTION:
Header file for ShowIcon.c.
___________________________________________________________________________
*/
#ifndef __SHOWICON__
#define __SHOWICON__
//=============================================================================
// Function prototypes
//-----------------------------------------------------------------------------
void PlotINITIcon(Boolean useIconSuite, short animDelay, short numIcons,
short (*theIcons)[]);
#endif